Accessing Developer Console Debugging Tools

The Yo.utils.console functions in Yottaa Rapid+JS Library provide an easy way to view debugging information about your site in the developer tools console.

To display debugging information in the developer console:

  1. Right-click on the page of interest on your site, and select Inspect.

  2. In the browser's developer tools, click the Console tab.

  3. Type any of the Yo.utils.console functions on the command line in the Console tab.

    Yottaa displays the requested information.